GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddStickyNoteAnnotationInteractive Method





In This Topic
AddStickyNoteAnnotationInteractive Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(85)>
Sub AddStickyNoteAnnotationInteractive( _
   ByVal Text As String, _
   ByVal ForeColor As Integer, _
   ByVal FontName As String, _
   ByVal FontStyle As FontStyle, _
   ByVal FontSize As Single, _
   ByVal Opacity As Single, _
   ByVal Rotation As Single _
) 
[DispId(85)]
void AddStickyNoteAnnotationInteractive( 
   string Text,
   int ForeColor,
   string FontName,
   FontStyle FontStyle,
   float FontSize,
   float Opacity,
   float Rotation
)
procedure AddStickyNoteAnnotationInteractive( 
    Text: String;
    ForeColor: Integer;
    FontName: String;
    FontStyle: FontStyle;
    FontSize: Single;
    Opacity: Single;
    Rotation: Single
); 
DispIdAttribute(85)
function AddStickyNoteAnnotationInteractive( 
   Text : String,
   ForeColor : int,
   FontName : String,
   FontStyle : FontStyle,
   FontSize : float,
   Opacity : float,
   Rotation : float
);
[DispId(85)]
void AddStickyNoteAnnotationInteractive( 
   string* Text,
   int ForeColor,
   string* FontName,
   FontStyle FontStyle,
   float FontSize,
   float Opacity,
   float Rotation
) 
[DispId(85)]
void AddStickyNoteAnnotationInteractive( 
   String^ Text,
   int ForeColor,
   String^ FontName,
   FontStyle FontStyle,
   float FontSize,
   float Opacity,
   float Rotation
) 

Parameters

Text
ForeColor
FontName
FontStyle
FontSize
Opacity
Rotation
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members